home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
photocdaga10.lha
/
PhotoCDAGA
/
src
/
ppm2AGA
/
libppm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-12-24
|
277b
|
12 lines
/* libppm.h - internal header file for libppm portable pixmap library
*/
#ifndef _LIBPPM_H_
#define _LIBPPM_H_
/* Here are some routines internal to the ppm library. */
void ppm_readppminitrest ( FILE* file, int* colsP, int* rowsP, pixval* maxvalP );
#endif /*_LIBPPM_H_*/